Example of Request and Response
Example:
Example request >>
POST /sale-api/pay_result/
Content-Type: application/json
X-Signature: e5c9b927a5c1a7b839
{
"pay_id": "1123",
"rrn": "456789",
"trx_date": "2025-01-25",
"trx_status": "success",
"transaction_type": "azips",
"transaction_id": "574848",
"recipient_fin": "567895",
"recipient_name": "John Doe"
}
Example response \<\<
{
"status": "success"
}